Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLOptGroupElement

Extends HTMLElement.

The optgroup element represents a group of option elements with a common label.

Properties
boolean
disabled
The disabled and label attributes must reflect the respective content attributes of the same name.
DOMString
label
The disabled and label attributes must reflect the respective content attributes of the same name.
Referenced by
HTMLSelectElementadd(...)